type crypto/tls.certificateStatusMsg
6 uses
crypto/tls (current package)
conn.go#L1147: m = new(certificateStatusMsg)
handshake_client.go#L660: cs, ok := msg.(*certificateStatusMsg)
handshake_messages.go#L1600: type certificateStatusMsg struct {
handshake_messages.go#L1604: func (m *certificateStatusMsg) marshal() ([]byte, error) {
handshake_messages.go#L1617: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
handshake_server.go#L581: certStatus := new(certificateStatusMsg)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |